inst/extdata/MSCR596_-_Advanced_Data_Management_in_R/06 Branch Loop/initLesson.R

# Code placed in this file fill be executed every time the
      # lesson is started. Any variables created here will show up in
      # the user's working directory and thus be accessible to them
      # throughout the lesson.

swirl_options(swirl_logging = TRUE)

l <- list(a = c(3, 4, 5), b = c("dogs", "cats"))
y <- c(5, 0, 6, 8, 9, 7, 3, 4, 4, 7)
bbbruce/admswirl documentation built on Sept. 4, 2023, 4:16 a.m.